home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_60.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  375 b   |  15 lines

  1. property done
  2.  
  3. on exitFrame me
  4.   global gConMan, gCostMan, gPromptMan, gToolBarTextMan
  5.   if not done then
  6.     setToolBarText(gToolBarTextMan, "init_iso_LS")
  7.     sendAllSprites(#sendToolBarCoverAway)
  8.     gConMan = new(script("constructionDecisionTracker"))
  9.     gCostMan = new(script("costManager"))
  10.     done = 1
  11.     doPrompt(gPromptMan, #LSintro)
  12.   end if
  13.   go(the frame)
  14. end
  15.